html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); background:#f4f4f4; position:relative;
}
body {
  overflow-x: hidden;
  font-family: "Microsoft Yahei", Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', '\5fae\8f6f\96c5\9ed1', 'SimSun', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  min-width: 1170px;
  color: #333333;
  background: #ededed;
  /* padding-bottom:125px; */
  box-sizing:border-box;
}
html,body { min-height:100%; }
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
dd,
dl,
form {
  margin: 0;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
  border: 0 ;
}
ul {
  padding-left: 0;
  list-style-type: none;
}
/* i,
em {
  font-style: normal;
} */
big {
  font-size: 16px;
}
small {
  font-size: 12px;
}
a {
  transition: all 0.3s ease;
  text-decoration: none;
  color: inherit;
  outline: 0;
  cursor:pointer;
}
a:hover,a.colorLink,.colorLink {
  color: #fdae42;
}
a.colorLink:hover { opacity:.8;}
article,
aside,
dialog,
footer,
header,
section,
nav,
figure,
menu,
audio,
canvas,
progress,
video {
  display: block;
}
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  outline: 0;
}
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
input[type='search'] {
  box-sizing: border-box;
  -webkit-appearance: textfield;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type='file'] {
  display: block;
}
input[type='range'] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type='file']:focus,
input[type='radio']:focus,
input[type='checkbox']:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type=submit] {
  cursor: pointer;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 2.5;
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
table {
  border-spacing: 0;
  background-color: transparent;
}
td,
th {
  padding: 0;
}
@-ms-viewport {
  width: device-width;
}
::-moz-selection {
  color: #fff;
  background: #39f;
}
::selection {
  color: #fff;
  background: #39f;
}
::-webkit-input-placeholder {
  color: #aaa;
}
.placeholder {
  color: #aaa;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 0.5em;
  color: inherit;
}
h1,
.h1 {
  font-size: 2.5em;
}
h2,
.h2 {
  font-size: 2em;
}
h3,
.h3 {
  font-size: 1.75em;
}
h4,
.h4 {
  font-size: 1.5em;
}
h5,
.h5 {
  font-size: 1.25em;
}
h6,
.h6 {
  font-size: 1em;
}
.badge {
  display: inline-block;
  position: relative;
  line-height: 1;
  vertical-align: middle;
}
.badge-count {
  position: absolute;
  z-index: 90;
  top: -10px;
  right: -18px;
  font-size: 12px;
  line-height: 18px;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  border: 0;
  border-radius: 10px;
  background: #CB4042;
  box-shadow: 0 0 0 1px #fff;
}
.badge-dot {
  position: absolute;
  z-index: 90;
  top: -4px;
  right: -4px;
  width: 8px;
  height: 8px;
  -webkit-transform-origin: 0 center;
          transform-origin: 0 center;
  border-radius: 100%;
  background: #CB4042;
  box-shadow: 0 0 0 1px #fff;
}
.badge-count-alone {
  display: block;
  position: relative;
  top: auto;
  right: 0;
}
.badge-primary .badge-count,
.badge-primary .badge-dot {
  background: #026db7;
}
.badge-auxiliary .badge-count,
.badge-auxiliary .badge-dot {
  background: #FFC408;
}
.badge-info .badge-count,
.badge-info .badge-dot {
  background: #4fcbf0;
}
.badge-success .badge-count,
.badge-success .badge-dot {
  background: #25ae88;
}
.badge-warning .badge-count,
.badge-warning .badge-dot {
  background: #F05E1C;
}
.bread {
  font-size: 14px;
  color: #555555;
}
.bread > .bread-sep {
  margin: 0 .5em;
  color: #dbdbdb;
}
.bread > span.bread-link {
  font-weight: 700;
}
.btn {
  font-size: 14px;
  font-weight: normal;
  line-height: 32px;
  display: inline-block;
  margin-bottom: 0;
  cursor: pointer;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  min-width: 4em;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: 0;
  padding: 0 1em;
}
.btn > .ion {
  vertical-align: middle;
  font-size: 1.1em;
}
.btn:active,
.btn.active {
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  box-shadow: none;
  filter: alpha(opacity=65);
}
.btn-default {
  color: #555555;
  border-color: #e8e9eb;
  background-color: #eeeeee;
}
.btn-default:active,
.btn-default.active {
  color: #fff;
  border-color: #eeeeee;
  background-color: #dbdbdb;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  border-color: #e8e9eb;
  background-color: #fff;
}
.btn-primary,
.btn-primary:hover {
  color: #fff;
  background-color: #026db7;
}
.btn-primary:active,
.btn-primary.active {
  color: #fff;
  border-color: #025d9b;
  background-color: #025d9b;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  border-color: #026db7;
  background-color: #026db7;
}
.btn-auxiliary,
.btn-auxiliary:hover {
  color: #fff;
  background-color: #FFC408;
}
.btn-auxiliary:active,
.btn-auxiliary.active {
  color: #fff;
  border-color: #b58a00;
  background-color: #b58a00;
}
.btn-auxiliary.disabled,
.btn-auxiliary[disabled],
fieldset[disabled] .btn-auxiliary,
.btn-auxiliary.disabled:active,
.btn-auxiliary[disabled]:active,
fieldset[disabled] .btn-auxiliary:active,
.btn-auxiliary.disabled.active,
.btn-auxiliary[disabled].active,
fieldset[disabled] .btn-auxiliary.active {
  border-color: #FFC408;
  background-color: #FFC408;
}
.btn-success,
.btn-success:hover {
  color: #fff;
  background-color: #25ae88;
}
.btn-success:active,
.btn-success.active {
  color: #fff;
  border-color: #176b53;
  background-color: #176b53;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  border-color: #25ae88;
  background-color: #25ae88;
}
.btn-info,
.btn-info:hover {
  color: #fff;
  background-color: #4fcbf0;
}
.btn-info:active,
.btn-info.active {
  color: #fff;
  border-color: #13addb;
  background-color: #13addb;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  border-color: #4fcbf0;
  background-color: #4fcbf0;
}
.btn-warning,
.btn-warning:hover {
  color: #fff;
  background-color: #F05E1C;
}
.btn-warning:active,
.btn-warning.active {
  color: #fff;
  border-color: #af3e0c;
  background-color: #af3e0c;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  border-color: #e8e9eb;
  background-color: #F05E1C;
}
.btn-danger,
.btn-danger:hover {
  color: #fff;
  background-color: #CB4042;
}
.btn-danger:active,
.btn-danger.active {
  color: #fff;
  border-color: #922829;
  background-color: #922829;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  border-color: #CB4042;
  background-color: #CB4042;
}
.btn-link {
  background-color: transparent;
  font-weight: normal;
  color: #026db7;
  padding: 0;
  white-space: normal;
}
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  box-shadow: none;
}
.btn-link:active,
.btn-link.active {
  text-decoration: underline;
  color: #025d9b;
  border-color: transparent;
}
.btn-lg {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  min-width: 7em;
}
.btn-sm {
  font-size: 12px;
  height: 25px;
  line-height: 25px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.btn-block + .btn-block {
  margin-top: 7px;
}
.btn .jon,
.form-mark .jon {
  line-height: 1.2;
  margin: 0;
  vertical-align: baseline;
}
input[type='submit'].btn-block,
input[type='reset'].btn-block,
input[type='button'].btn-block {
  width: 100%;
}
.btn-ghost,
.btn-ghost:hover {
  background: none;
  border-color: inherit;
  border: 1px solid transparent;
}
.btn-ghost.btn-primary {
  border-color: #026db7;
}
.btn-ghost.btn-primary:hover {
  background-color: #026db7;
  color: #fff;
}
.btn-ghost.btn-primary:active {
  background-color: #025d9b;
  border-color: #025d9b;
}
.btn-ghost.btn-auxiliary {
  border-color: #FFC408;
}
.btn-ghost.btn-auxiliary:hover {
  background-color: #FFC408;
  color: #fff;
}
.btn-ghost.btn-auxiliary:active {
  background-color: #b58a00;
  border-color: #b58a00;
}
.btn-ghost.btn-success {
  border-color: #25ae88;
}
.btn-ghost.btn-success:hover {
  background-color: #25ae88;
  color: #fff;
}
.btn-ghost.btn-success:active {
  background-color: #176b53;
  border-color: #176b53;
}
.btn-ghost.btn-info {
  border-color: #4fcbf0;
}
.btn-ghost.btn-info:hover {
  background-color: #4fcbf0;
  color: #fff;
}
.btn-ghost.btn-info:active {
  background-color: #13addb;
  border-color: #13addb;
}
.btn-ghost.btn-warning {
  border-color: #F05E1C;
}
.btn-ghost.btn-warning:hover {
  background-color: #F05E1C;
  color: #fff;
}
.btn-ghost.btn-warning:active {
  background-color: #af3e0c;
  border-color: #af3e0c;
}
.btn-ghost.btn-danger {
  border-color: #CB4042;
}
.btn-ghost.btn-danger:hover {
  background-color: #CB4042;
  color: #fff;
}
.btn-ghost.btn-danger:active {
  background-color: #922829;
  border-color: #922829;
}
.btn-link.btn-ghost {
  padding-left: 1em;
  padding-right: 1em;
}
.btn-link.btn-ghost:hover {
  color: #025d9b;
  border-color: #025d9b;
}
.btn-ghost.btn-sm,
.btn-ghost.btn-sm:hover {
  line-height: 23px;
}
.btn-ghost,
.btn-ghost:hover {
  line-height: 30px;
}
.btn-ghost.btn-lg,
.btn-ghost.btn-lg:hover {
  line-height: 38px;
}
.card {
  display: block;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  border-radius: 4px;
  background: #fff;
}
.card:hover {
  border-color: #eeeeee;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}
.card-shadow {
  border-color: #eeeeee;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}
.card-bordered {
  border: 1px solid #e8e9eb;
}
.card-head {
  position: relative;
  line-height: 1;
  line-height: 32px;
  height: 32px;
  padding: 4px 22.4px;
  border-bottom: 1px solid #e8e9eb;
  color: #555555;
}
.card-title {
  font-weight: 700;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.card-extra {
  position: absolute;
  top: 4px;
  right: 22.4px;
}
.card-body {
  padding: 22.4px;
}
.card-foot {
  padding: 4px 22.4px;
  background-color: #eeeeee;
  border-top: 1px solid #e8e9eb;
  overflow: hidden;
}
.card.card-primary .card-head,
.card.card-primary .card-foot {
  background: #026db7;
  color: #fff;
  border-color: #025d9b;
}
.card.card-primary.card-inverse .card-head,
.card.card-primary.card-inverse .card-foot {
  background: #025d9b;
  border-color: #026db7;
}
.card.card-primary.card-inverse .card-body {
  background: #026db7;
  color: #fff;
}
.card.card-auxiliary .card-head,
.card.card-auxiliary .card-foot {
  background: #FFC408;
  color: #fff;
  border-color: #b58a00;
}
.card.card-auxiliary.card-inverse .card-head,
.card.card-auxiliary.card-inverse .card-foot {
  background: #b58a00;
  border-color: #FFC408;
}
.card.card-auxiliary.card-inverse .card-body {
  background: #FFC408;
  color: #fff;
}
.card.card-info .card-head,
.card.card-info .card-foot {
  background: #4fcbf0;
  color: #fff;
  border-color: #13addb;
}
.card.card-info.card-inverse .card-head,
.card.card-info.card-inverse .card-foot {
  background: #13addb;
  border-color: #4fcbf0;
}
.card.card-info.card-inverse .card-body {
  background: #4fcbf0;
  color: #fff;
}
.card.card-success .card-head,
.card.card-success .card-foot {
  background: #25ae88;
  color: #fff;
  border-color: #176b53;
}
.card.card-success.card-inverse .card-head,
.card.card-success.card-inverse .card-foot {
  background: #176b53;
  border-color: #25ae88;
}
.card.card-success.card-inverse .card-body {
  background: #25ae88;
  color: #fff;
}
.card.card-warning .card-head,
.card.card-warning .card-foot {
  background: #F05E1C;
  color: #fff;
  border-color: #af3e0c;
}
.card.card-warning.card-inverse .card-head,
.card.card-warning.card-inverse .card-foot {
  background: #af3e0c;
  border-color: #F05E1C;
}
.card.card-warning.card-inverse .card-body {
  background: #F05E1C;
  color: #fff;
}
.card.card-danger .card-head,
.card.card-danger .card-foot {
  background: #CB4042;
  color: #fff;
  border-color: #922829;
}
.card.card-danger.card-inverse .card-head,
.card.card-danger.card-inverse .card-foot {
  background: #922829;
  border-color: #CB4042;
}
.card.card-danger.card-inverse .card-body {
  background: #CB4042;
  color: #fff;
}
.text-muted {
  color: #dbdbdb;
}
.text-black {
  color: #000;
}
.text-light {
  color: #fff;
}
.text-primary,
.btn-ghost.btn-primary {
  color: #026db7;
}
a.text-primary:hover {
  color: #025d9b;
}
.text-auxiliary,
.btn-ghost.btn-auxiliary {
  color: #FFC408;
}
a.text-auxiliary:hover {
  color: #b58a00;
}
.text-success,
.btn-ghost.btn-success {
  color: #25ae88;
}
a.text-success:hover {
  color: #176b53;
}
.text-info,
.btn-ghost.btn-info {
  color: #4fcbf0;
}
a.text-info:hover {
  color: #13addb;
}
.text-warning,
.btn-ghost.btn-warning {
  color: #F05E1C;
}
a.text-warning:hover {
  color: #af3e0c;
}
.text-danger,
.btn-ghost.btn-danger {
  color: #CB4042;
}
a.text-danger:hover {
  color: #922829;
}
.bg-black {
  background-color: #000;
}
.bg-light {
  background-color: #fff;
}
.bg-gray-light {
  background-color: #dbdbdb;
}
.bg-gray-lighter {
  background-color: #eeeeee;
}
.bg-primary {
  color: #fff;
  background-color: #026db7;
}
a.bg-primary:hover {
  background-color: #025d9b;
}
.bg-auxiliary {
  color: #fff;
  background-color: #FFC408;
}
a.bg-auxiliary:hover {
  background-color: #b58a00;
}
.bg-muted {
  background: #eeeeee;
}
.bg-success {
  color: #fff;
  background-color: #25ae88;
}
a.bg-success:hover {
  background-color: #176b53;
}
.bg-info {
  color: #fff;
  background-color: #4fcbf0;
}
a.bg-info:hover {
  background-color: #13addb;
}
.bg-warning {
  color: #fff;
  background-color: #F05E1C;
}
a.bg-warning:hover {
  background-color: #af3e0c;
}
.bg-danger {
  color: #fff;
  background-color: #CB4042;
}
a.bg-danger:hover {
  background-color: #922829;
}
.dl dt {
  font-weight: 700;
  padding: 0.2em 0.5em;
}
.dl dd {
  padding: 0.2em 0.5em;
}
.dl-table dt {
  float: left;
  clear: left;
  overflow: hidden;
  width: 10em;
  padding-left: 0;
  padding-right: 0;
  text-align: right;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dl-table dd {
  margin-left: 11em;
  padding-left: 0;
  padding-right: 0;
}
.flex-col {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
}
.flex-row {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
}
.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex-2 {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.flex-3 {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}
.flex-4 {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
}
.align-stretch {
  -webkit-box-align: stretch;
  -ms-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.align-center {
  -webkit-box-align: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.justify-center {
  -webkit-box-pack: center;
  -ms-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form-control {
  line-height: 32px;
  height: 32px;
  padding: 0 8px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  vertical-align: middle;
  transition: border-color ease-in-out 0.1s;
  color: #555555;
  border: 1px solid #d2d2d2;
  background: #fff;
  border-radius: 4px;
}
.form-control:focus {
  border-color: #026db7;
  outline: 0;
}
.form-control-blank {
  border-width: 0 0 1px 0;
  background: none;
  border-radius: 0;
}
.form-control-blank:focus {
  box-shadow: none;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  opacity: 1;
  background-color: #eee;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
select.form-control {
  min-width: 4em;
}
input[type='search'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
textarea.form-control {
  height: 119px;
  line-height: 1.7;
}
textarea.input-lg {
  height: 217.6px;
  font-size: 16px;
}
textarea.input-sm {
  height: 61.2px;
  font-size: 12px;
}
.form-group {
  margin-bottom: 11.2px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  line-height: normal;
  padding-left: 20px;
  margin-top: 11.2px;
  margin-bottom: 11.2px;
  cursor: pointer;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5.6px;
}
.form-group .radio,
.form-group .checkbox {
  margin-top: 0;
  margin-bottom: 0;
}
.radio input[type='radio'],
.checkbox input[type='checkbox'] {
  float: left;
  margin-left: -20px;
}
.radio-inline,
.checkbox-inline,
.form-inline .radio,
.form-inline .checkbox {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline,
.form-inline .radio + .radio,
.form-inline .checkbox + .checkbox {
  margin-top: 0;
  margin-left: 8px;
}
.radio.disabled,
.checkbox.disabled,
fieldset[disabled] .radio,
fieldset[disabled] .checkbox,
input[type='radio'][disabled],
input[type='checkbox'][disabled] {
  cursor: not-allowed;
}
/* radio & check runtime */
.radio.runtime input[type='radio'],
.checkbox.runtime input[type='checkbox'] {
  visibility: hidden;
}
.radio.runtime:before,
.checkbox.runtime:before,
.radio.runtime:after,
.checkbox.runtime:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.checkbox.runtime:before,
.radio.runtime:before {
  top: 50%;
  width: 14px;
  height: 14px;
  margin: -8px 4px 0 0;
  border: 1px solid #d7dde4;
  border-radius: 2px;
  background: #fff;
}
.checkbox.runtime:after {
  top: 50%;
  left: 5px;
  width: 4px;
  height: 8px;
  margin-top: -6px;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform: rotate(0deg) scale(0);
          transform: rotate(0deg) scale(0);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.checkbox.checked.runtime:before {
  border-color: #026db7;
  background-color: #026db7;
}
.checkbox.checked.runtime:after {
  -webkit-transform: rotate(45deg) scale(1);
          transform: rotate(45deg) scale(1);
}
.radio.runtime:before {
  border-radius: 8px;
  border-color: #026db7;
}
.radio.disabled:before {
  border-color: #d7dde4;
}
.radio.runtime:after {
  top: 50%;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #026db7;
  margin-top: -4px;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform: rotate(0deg) scale(0);
          transform: rotate(0deg) scale(0);
  visibility: hidden;
}
.radio.checked.runtime:after {
  -webkit-transform: rotate(0deg) scale(1);
          transform: rotate(0deg) scale(1);
  visibility: visible;
}
.form-control-static {
  height: 32px;
  line-height: 32px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.help-block {
  display: block;
  margin-top: 8px;
  margin-bottom: 11.9px;
  color: #dbdbdb;
}
.form-mark {
  display: inline-block;
  margin: 0 0.3em;
  color: #CB4042;
  vertical-align: text-top;
  line-height: normal;
}
big.form-mark {
  font-size: 1.5em;
}
.input-sm {
  font-size: 12px;
  height: 25px;
  line-height: 25px;
}
.form-group-sm .form-control {
  font-size: 12px;
  line-height: 25px;
  height: 25px;
  padding: 5px 8px;
}
.form-group-sm .form-control-static {
  font-size: 12px;
  line-height: 25px;
  height: 25px;
  min-height: 25px;
  padding: 5px 8px;
}
.input-lg {
  font-size: 16px;
  line-height: 40px;
  height: 40px;
}
.form-group-lg .form-control {
  font-size: 16px;
  height: 40px;
  padding: 4.32727273px 8px;
}
.form-group-lg .form-control-static {
  font-size: 16px;
  line-height: 1.3333333;
  height: 40px;
  min-height: 32px;
  padding: 8px 16px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 32px;
}
.has-feedback .input-group .form-control {
  padding-right: 0;
}
.form-group .form-control-feedback {
  line-height: 32px;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  display: block;
  width: 32px;
  height: 32px;
  text-align: center;
  pointer-events: none;
}
.has-feedback .input-group .form-control {
  padding-left: 32px;
}
.form-group-lg .form-control-feedback,
.input-lg + .form-control-feedback {
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.form-group-sm .form-control-feedback,
.input-sm + .form-control-feedback {
  line-height: 25px;
  width: 25px;
  height: 25px;
}
.has-feedback .form-control-feedback {
  right: 2%;
}
.has-primary .help-block,
.has-primary .control-label,
.has-primary .radio,
.has-primary .checkbox {
  color: #026db7;
}
.has-primary .form-control {
  border-color: #026db7;
}
.has-primary .form-control:focus {
  border-color: #025d9b;
}
.has-primary .input-group-addon {
  color: #fff;
  border-color: #026db7;
  background-color: #026db7;
}
.has-primary .form-control-feedback {
  color: #026db7;
}
.has-auxiliary .help-block,
.has-auxiliary .control-label,
.has-auxiliary .radio,
.has-auxiliary .checkbox {
  color: #FFC408;
}
.has-auxiliary .form-control {
  border-color: #FFC408;
}
.has-auxiliary .form-control:focus {
  border-color: #b58a00;
}
.has-auxiliary .input-group-addon {
  color: #fff;
  border-color: #FFC408;
  background-color: #FFC408;
}
.has-auxiliary .form-control-feedback {
  color: #FFC408;
}
.has-info .help-block,
.has-info .control-label,
.has-info .radio,
.has-info .checkbox {
  color: #4fcbf0;
}
.has-info .form-control {
  border-color: #4fcbf0;
}
.has-info .form-control:focus {
  border-color: #13addb;
}
.has-info .input-group-addon {
  color: #fff;
  border-color: #4fcbf0;
  background-color: #4fcbf0;
}
.has-info .form-control-feedback {
  color: #4fcbf0;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox {
  color: #25ae88;
}
.has-success .form-control {
  border-color: #25ae88;
}
.has-success .form-control:focus {
  border-color: #176b53;
}
.has-success .input-group-addon {
  color: #fff;
  border-color: #25ae88;
  background-color: #25ae88;
}
.has-success .form-control-feedback {
  color: #25ae88;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox {
  color: #F05E1C;
}
.has-warning .form-control {
  border-color: #F05E1C;
}
.has-warning .form-control:focus {
  border-color: #af3e0c;
}
.has-warning .input-group-addon {
  color: #F05E1C;
  border-color: #F05E1C;
  background-color: #F05E1C;
}
.has-warning .form-control-feedback {
  color: #F05E1C;
}
.has-danger .help-block,
.has-danger .control-label,
.has-danger .radio,
.has-danger .checkbox {
  color: #CB4042;
}
.has-danger .form-control {
  border-color: #CB4042;
}
.has-danger .form-control:focus {
  border-color: #922829;
}
.has-danger .input-group-addon {
  color: #CB4042;
  border-color: #CB4042;
  background-color: #CB4042;
}
.has-danger .form-control-feedback {
  color: #CB4042;
}
.form-inline .form-group .help-block {
  display: inline-block;
  margin: 0 1em;
  vertical-align: middle;
}
.form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.form-inline .form-control-static {
  display: inline-block;
  margin: 0 1em;
}
.form-inline .input-group {
  display: inline-table;
  vertical-align: middle;
  width: auto;
}
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
  width: auto;
}
.form-inline .input-group > .form-control {
  width: 100%;
}
.form-inline .control-label {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  min-width: 5em;
}
.form-inline .has-feedback .form-control-feedback {
  top: 0;
}
.control-label {
  margin-bottom: 0;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  text-align: right;
}
.form-group-lg .control-label {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
}
.form-group-sm .control-label {
  font-size: 12px;
  height: 25px;
  line-height: 25px;
}
.input-group {
  display: table;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-collapse: separate;
}
.input-group[class*='col-'] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  font-size: 16px;
  line-height: 1.3333333;
  height: 40px;
  padding: 8px 16px;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  font-size: 12px;
  line-height: 1.5;
  height: 25px;
  padding: 0 8px;
}
.input-group-sm > .input-group-addon {
  width: 25px;
  height: 23px;
  padding: 0;
}
.input-group-lg > .input-group-addon {
  height: 38px;
  padding-top: 0;
  padding-bottom: 0;
}
.input-group-addon {
  border-radius: 4px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  background-color: #eeeeee;
  color: #555555;
  border: 1px solid #d2d2d2;
  border-left-width: 0;
  border-right-width: 0;
  width: 32px;
  box-sizing: content-box;
  height: 30px;
  line-height: 30px;
  border-right-width: 1px\9;
}
.input-group-addon.noborder {
  border: 0;
}
.input-group-lg > .input-group-addon.noborder {
  padding: 0;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn > .btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon .btn {
  vertical-align: top;
}
.input-group-addon,
.input-group-btn {
  vertical-align: middle;
  white-space: nowrap;
}
.input-group-addon.input-sm {
  font-size: 12px;
  padding: 5px 8px;
}
.input-group-addon.input-lg {
  font-size: 16px;
  padding: 8px;
}
.input-group-addon input[type='radio'],
.input-group-addon input[type='checkbox'] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn > .btn:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-left-width: 1px;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn > .btn:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-right-width: 1px;
}
.input-group-addon:last-child .btn {
  border-radius: 0 4px 4px 0;
}
.input-group-btn {
  font-size: 14px;
  position: relative;
  white-space: nowrap;
  font-size: 0;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn {
  margin-left: -1px;
}
.row {
  display: block;
  width: 102%;
  transition: 0.2s width ease;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  clear: both;
  content: '';
}
.row > [class*="span-"] {
  float: left;
  margin-right: 2%;
  *margin-right: 1.89%;
}
.row > .span-1 {
  width: 6.33333333%;
}
.row > .span-2 {
  width: 14.66666667%;
}
.row > .span-3 {
  width: 23%;
}
.row > .span-4 {
  width: 31.33333333%;
}
.row > .span-5 {
  width: 39.66666667%;
}
.row > .span-6 {
  width: 48%;
}
.row > .span-7 {
  width: 56.33333333%;
}
.row > .span-8 {
  width: 64.66666667%;
}
.row > .span-9 {
  width: 73%;
}
.row > .span-10 {
  width: 81.33333333%;
}
.row > .span-11 {
  width: 89.66666667%;
}
.row > .span-12 {
  width: 98%;
}
/*
* 无间距模式
*/
.full-row {
  width: 100%;
  transition: 0.2s width ease;
  *zoom: 1;
}
.full-row:before,
.full-row:after {
  display: table;
  clear: both;
  content: '';
}
.full-row > [class*='span'] {
  float: left;
}
.full-row > .span-1 {
  width: 8.33333333%;
  *width: 8.22333333%;
}
.full-row > .span-2 {
  width: 16.66666667%;
  *width: 16.55666667%;
}
.full-row > .span-3 {
  width: 25%;
  *width: 24.89%;
}
.full-row > .span-4 {
  width: 33.33333333%;
  *width: 33.22333333%;
}
.full-row > .span-5 {
  width: 41.66666667%;
  *width: 41.55666667%;
}
.full-row > .span-6 {
  width: 50%;
  *width: 49.89%;
}
.full-row > .span-7 {
  width: 58.33333333%;
  *width: 58.22333333%;
}
.full-row > .span-8 {
  width: 66.66666667%;
  *width: 66.55666667%;
}
.full-row > .span-9 {
  width: 75%;
  *width: 74.89%;
}
.full-row > .span-10 {
  width: 83.33333333%;
  *width: 83.22333333%;
}
.full-row > .span-11 {
  width: 91.66666667%;
  *width: 91.55666667%;
}
.full-row > .span-12 {
  width: 100%;
  *width: 99.89%;
}
/*
* 工具
*/
.row > .pull-right,
.full-row > .pull-right {
  float: right;
}
.row > .center {
  position: relative;
  left: -1%;
  display: block;
  float: none;
  clear: both;
  margin-right: auto;
  margin-left: auto;
}
.full-row > .center {
  display: block;
  float: none;
  clear: both;
  margin-right: auto;
  margin-left: auto;
}
.pull-left-1 {
  position: relative;
  left: -8.33333333%;
}
.pull-left-2 {
  position: relative;
  left: -16.66666667%;
}
.pull-left-3 {
  position: relative;
  left: -25%;
}
.pull-left-4 {
  position: relative;
  left: -33.33333333%;
}
.pull-left-5 {
  position: relative;
  left: -41.66666667%;
}
.pull-left-6 {
  position: relative;
  left: -50%;
}
.pull-left-7 {
  position: relative;
  left: -58.33333333%;
}
.pull-left-8 {
  position: relative;
  left: -66.66666667%;
}
.pull-left-9 {
  position: relative;
  left: -75%;
}
.pull-left-10 {
  position: relative;
  left: -83.33333333%;
}
.pull-left-11 {
  position: relative;
  left: -91.66666667%;
}
.pull-left-12 {
  position: relative;
  left: -100%;
}
.pull-right-1 {
  position: relative;
  left: 8.33333333%;
}
.pull-right-2 {
  position: relative;
  left: 16.66666667%;
}
.pull-right-3 {
  position: relative;
  left: 25%;
}
.pull-right-4 {
  position: relative;
  left: 33.33333333%;
}
.pull-right-5 {
  position: relative;
  left: 41.66666667%;
}
.pull-right-6 {
  position: relative;
  left: 50%;
}
.pull-right-7 {
  position: relative;
  left: 58.33333333%;
}
.pull-right-8 {
  position: relative;
  left: 66.66666667%;
}
.pull-right-9 {
  position: relative;
  left: 75%;
}
.pull-right-10 {
  position: relative;
  left: 83.33333333%;
}
.pull-right-11 {
  position: relative;
  left: 91.66666667%;
}
.pull-right-12 {
  position: relative;
  left: 100%;
}
@media only screen and (max-device-width: 1024px) {
  /*
* 中屏
*/
  .row > .midd-1 {
    width: 6.33333333%;
  }
  .row > .midd-2 {
    width: 14.66666667%;
  }
  .row > .midd-3 {
    width: 23%;
  }
  .row > .midd-4 {
    width: 31.33333333%;
  }
  .row > .midd-5 {
    width: 39.66666667%;
  }
  .row > .midd-6 {
    width: 48%;
  }
  .row > .midd-7 {
    width: 56.33333333%;
  }
  .row > .midd-8 {
    width: 64.66666667%;
  }
  .row > .midd-9 {
    width: 73%;
  }
  .row > .midd-10 {
    width: 81.33333333%;
  }
  .row > .midd-11 {
    width: 89.66666667%;
  }
  .row > .midd-12 {
    width: 98%;
  }
  /*
* 工具
*/
  .midd-hide {
    display: none;
  }
  .midd-center {
    position: relative;
    left: -1%;
    display: block;
    float: none;
    clear: both;
    margin-right: auto;
    margin-left: auto;
  }
  /*
* 无间距模式
*/
  .full-row > .midd-1 {
    width: 8.33333333%;
  }
  .full-row > .midd-2 {
    width: 16.66666667%;
  }
  .full-row > .midd-3 {
    width: 25%;
  }
  .full-row > .midd-4 {
    width: 33.33333333%;
  }
  .full-row > .midd-5 {
    width: 41.66666667%;
  }
  .full-row > .midd-6 {
    width: 50%;
  }
  .full-row > .midd-7 {
    width: 58.33333333%;
  }
  .full-row > .midd-8 {
    width: 66.66666667%;
  }
  .full-row > .midd-9 {
    width: 75%;
  }
  .full-row > .midd-10 {
    width: 83.33333333%;
  }
  .full-row > .midd-11 {
    width: 91.66666667%;
  }
  .full-row > .midd-12 {
    width: 100%;
  }
}
@media only screen and (max-device-width: 640px) {
  /*
* 小屏栅格
*/
  .row > .smal-1 {
    width: 6.33333333%;
  }
  .row > .smal-2 {
    width: 14.66666667%;
  }
  .row > .smal-3 {
    width: 23%;
  }
  .row > .smal-4 {
    width: 31.33333333%;
  }
  .row > .smal-5 {
    width: 39.66666667%;
  }
  .row > .smal-6 {
    width: 48%;
  }
  .row > .smal-7 {
    width: 56.33333333%;
  }
  .row > .smal-8 {
    width: 64.66666667%;
  }
  .row > .smal-9 {
    width: 73%;
  }
  .row > .smal-10 {
    width: 81.33333333%;
  }
  .row > .smal-11 {
    width: 89.66666667%;
  }
  .row > .smal-12 {
    width: 98%;
  }
  /*
* 工具
*/
  .smal-hide {
    display: none;
  }
  .smal-show {
    display: block;
  }
  .smal-center {
    position: relative;
    left: -1%;
    display: block;
    float: none;
    clear: both;
    margin-right: auto;
    margin-left: auto;
  }
  /*
* 清除位移
*/
  [class*='pull-left-'],
  [class*='pull-right-'] {
    right: auto;
    left: auto;
  }
  /*
* 无间距模式
*/
  .full-row > .smal-1 {
    width: 8.33333333%;
  }
  .full-row > .smal-2 {
    width: 16.66666667%;
  }
  .full-row > .smal-3 {
    width: 25%;
  }
  .full-row > .smal-4 {
    width: 33.33333333%;
  }
  .full-row > .smal-5 {
    width: 41.66666667%;
  }
  .full-row > .smal-6 {
    width: 50%;
  }
  .full-row > .smal-7 {
    width: 58.33333333%;
  }
  .full-row > .smal-8 {
    width: 66.66666667%;
  }
  .full-row > .smal-9 {
    width: 75%;
  }
  .full-row > .smal-10 {
    width: 83.33333333%;
  }
  .full-row > .smal-11 {
    width: 91.66666667%;
  }
  .full-row > .smal-12 {
    width: 100%;
  }
}
@font-face {
  font-family: "flow-icon";
  src: url('../font/iconfont.eot');
  /* IE9*/
  src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../font/iconfont.woff') format('woff'), /* chrome、firefox */ url('../font/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('../font/iconfont.svg#iconfont') format('svg');
  /* iOS 4.1- */
}
.ion {
  font-family: "flow-icon" !important;
  display: inline-block;
  line-height: 1;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
}
.ico {
  display: inline-block;
  width:30px;
  height:30px;
  white-space: nowrap;
  letter-spacing: -1em;
  text-indent: -99em;
  color: transparent;
  background: url(../img/ico.png);
}
.ico:before {
  content: '\3000';
}
.ico1_1 {
  background-position: 0px 0px;
}
.ico1_2 {
  background-position: -30px 0px;
}
.ico1_3 {
  background-position: -60px 0px;
}
.ico1_4 {
  background-position: -90px 0px;
}
.ico1_5 {
  background-position: -120px 0px;
}
.ico2_1 {
  background-position: 0px -30px;
}
.ico2_2 {
  background-position: -30px -30px;
}
.ico2_3 {
  background-position: -60px -30px;
}
.ico2_4 {
  background-position: -90px -30px;
}
.ico2_5 {
  background-position: -120px -30px;
}
.ico3_1 {
  background-position: 0px -60px;
}
.ico3_2 {
  background-position: -30px -60px;
}
.ico3_3 {
  background-position: -60px -60px;
}
.ico3_4 {
  background-position: -90px -60px;
}
.ico3_5 {
  background-position: -120px -60px;
}
.ico4_1 {
  background-position: 0px -90px;
}
.ico4_2 {
  background-position: -30px -90px;
}
.ico4_3 {
  background-position: -60px -90px;
}
.ico4_4 {
  background-position: -90px -90px;
}
.ico4_5 {
  background-position: -120px -90px;
}
.ico5_1 {
  background-position: 0px -120px;
}
.ico5_2 {
  background-position: -30px -120px;
}
.ico5_3 {
  background-position: -60px -120px;
}
.ico5_4 {
  background-position: -90px -120px;
}
.ico5_5 {
  background-position: -120px -120px;
}
.items .item > a {
  display: block;
  position: relative;
  padding: 10px 15px;
  border-radius: 4px;
}
.items .item .ion:first-child {
  color: #555555;
  margin-right: 6px;
}
.items .item-extra {
  float: right;
  color: #026db7;
}
.items .item-extra .badge-count {
  background: #dbdbdb;
}
.items .item > a:hover {
  background-color: #eeeeee;
}
.items .active > a,
.items .active > a:hover {
  color: #fff;
  background-color: #026db7;
}
.items .active .item-extra .badge-count {
  background: #fff;
  color: inherit;
}
.items-inverse .item-extra {
  color: #fff;
}
.items-primary .item > a {
  color: #026db7;
}
.items-primary .item > a:hover,
.items-inverse .active .item-extra,
.items-inverse .item > a:hover .item-extra {
  color: #025d9b;
}
.items-primary .active > a,
.items-primary .active > a:hover {
  color: #fff;
}
.items-auxiliary .item > a {
  color: #FFC408;
}
.items-auxiliary .item > a:hover,
.items-auxiliary.items-inverse .active .item-extra,
.items-auxiliary .item > a:hover .item-extra {
  color: #b58a00;
}
.items-auxiliary .active > a,
.items-auxiliary .active > a:hover {
  color: #fff;
  background-color: #FFC408;
}
.items-auxiliary .active .item-extra .badge-count {
  color: #FFC408;
}
.items-info .item > a {
  color: #4fcbf0;
}
.items-info .item > a:hover,
.items-info.items-inverse .active .item-extra,
.items-info .item > a:hover .item-extra {
  color: #13addb;
}
.items-info .active > a,
.items-info .active > a:hover {
  color: #fff;
  background-color: #4fcbf0;
}
.items-info .active .item-extra .badge-count {
  color: #4fcbf0;
}
.items-success .item > a {
  color: #25ae88;
}
.items-success .item > a:hover,
.items-success.items-inverse .active .item-extra,
.items-success .item > a:hover .item-extra {
  color: #176b53;
}
.items-success .active > a,
.items-success .active > a:hover {
  color: #fff;
  background-color: #25ae88;
}
.items-success .active .item-extra .badge-count {
  color: #25ae88;
}
.items-warning .item > a {
  color: #F05E1C;
}
.items-warning .item > a:hover,
.items-warning.items-inverse .active .item-extra,
.items-warning .item > a:hover .item-extra {
  color: #af3e0c;
}
.items-warning .active > a,
.items-warning .active > a:hover {
  color: #fff;
  background-color: #F05E1C;
}
.items-warning .active .item-extra .badge-count {
  color: #F05E1C;
}
.items-danger .item > a {
  color: #CB4042;
}
.items-danger .item > a:hover,
.items-danger.items-inverse .active .item-extra,
.items-danger .item > a:hover .item-extra {
  color: #922829;
}
.items-danger .active > a,
.items-danger .active > a:hover {
  color: #fff;
  background-color: #CB4042;
}
.items-danger .active .item-extra .badge-count {
  color: #CB4042;
}
.label {
  display: inline-block;
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0.2em .2em 0;
  padding: 0 0.6em;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #fff;
  border: 1px solid;
  border-radius: 4px;
  background: #026db7;
}
.label-sm {
  font-size: 12px;
  line-height: 1.6em;
}
.label-lg {
  font-size: 16px;
  line-height: 2em;
}
.label:first-child {
  margin-left: 0;
}
.label.label-auxiliary {
  background: #FFC408;
}
.label.label-success {
  background: #25ae88;
}
.label.label-info {
  background: #4fcbf0;
}
.label.label-warning {
  background: #F05E1C;
}
.label.label-danger {
  background: #CB4042;
}
.label.label-bordered {
  color: #026db7;
  background: #fff;
}
.label-bordered.label-auxiliary {
  color: #FFC408;
}
.label-bordered.label-success {
  color: #25ae88;
}
.label-bordered.label-info {
  color: #4fcbf0;
}
.label-bordered.label-warning {
  color: #F05E1C;
}
.label-bordered.label-danger {
  color: #CB4042;
}
.label-closable {
  cursor: pointer;
}
.label-closable .ion:last-child {
  font-size: 1em;
  margin-left: 0.4em;
  vertical-align: baseline;
  opacity: 0.7;
  transition: opacity ease .3s;
}
.label-closable.label-bordered {
  position: relative;
  padding-right: .5em;
}
.label-closable.label-bordered .ion:last-child {
  margin-left: 0.7em;
}
.label-closable.label-bordered .ion:last-child:after {
  position: absolute;
  top: 0;
  right: 1.9em;
  width: 0;
  height: 100%;
  content: '';
  border-left: 1px solid;
}
.label-closable:hover .ion {
  opacity: 1;
}
.menu-ui {
  display: block;
  overflow: hidden;
  position: relative;
  font-size: 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 4px;
}
.menu-item {
  display: block;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.menu-item > .ion,
.menu-item-title > .ion {
  vertical-align: middle;
}
.menu-horizontal {
  line-height: 59px;
  height: 59px;
}
.menu-horizontal .menu-item,
.menu-horizontal .menu-submenu {
  float: left;
  position: relative;
  z-index: 3;
  padding: 0 22.4px;
  cursor: pointer;
}
.menu-light {
  background: #fff;
}
.menu-light .menu-item {
  border-bottom: 2px solid transparent;
}
.menu-light.menu-horizontal .menu-item,
.menu-light.menu-horizontal .menu-submenu {
  line-height: 57px;
  height: 57px;
}
.menu-light.menu-horizontal .menu-item-active,
.menu-light.menu-horizontal .menu-item:hover,
.menu-light.menu-horizontal .menu-opened {
  color: #026db7;
  border-bottom-color: #026db7;
}
.menu-horizontal.menu-light:after,
.menu-vertical.menu-light:after {
  display: block;
  position: absolute;
  bottom: 0;
  content: '';
  background: #e8e9eb;
}
.menu-horizontal.menu-light:after {
  left: 0;
  width: 100%;
  height: 1px;
}
.menu-dark {
  background: #333333;
}
.menu-dark.menu-horizontal .menu-item,
.menu-dark.menu-horizontal .menu-submenu {
  color: #dbdbdb;
}
.menu-dark.menu-horizontal .menu-item-active,
.menu-dark.menu-horizontal .menu-item:hover,
.menu-dark.menu-horizontal .menu-opened,
.menu-primary.menu-horizontal .menu-item {
  color: #fff;
}
.menu-primary {
  background: #026db7;
}
.menu-primary.menu-horizontal .menu-item-active,
.menu-primary.menu-horizontal .menu-item:hover {
  background: #025d9b;
}
.menu-vertical {
  overflow-y: auto;
  height: 100%;
}
.menu-vertical::-webkit-scrollbar {
  position: absolute;
  width: 10px;
  margin-left: -10px;
  -webkit-appearance: none;
}
.menu-vertical::-webkit-scrollbar-track {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  background-color: #eee;
}
.menu-vertical::-webkit-scrollbar-thumb {
  height: 50px;
  border-width: 1px 2px;
  border-style: solid;
  border-color: transparent;
  background-color: #ccc;
  background-clip: content-box;
}
.menu-vertical.menu-dark::-webkit-scrollbar-track {
  border-right: 1px solid #2c3334;
  border-left: 1px solid #2c3334;
  background-color: #444d50;
}
.menu-vertical.menu-dark::-webkit-scrollbar-thumb {
  background-color: #212526;
}
.menu-vertical.menu-light:after {
  z-index: 1;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
}
.menu-vertical .menu-item,
.menu-vertical .menu-item-title {
  position: relative;
  z-index: 1;
  padding: 11.2px 23.8px;
  cursor: pointer;
}
.menu-sub-group .menu-item {
  padding-top: 5.6px;
  padding-bottom: 5.6px;
}
.menu-vertical .menu-item:hover,
.menu-vertical .menu-item-title:hover {
  background: #eeeeee;
}
.menu-vertical .menu-submenu .menu-item {
  padding-left: 39.2px;
}
.menu-vertical .menu-sub-group {
  display: none;
}
.menu-vertical .menu-opened .menu-sub-group {
  display: block;
}
.menu-light.menu-vertical .menu-item {
  border-right: 2px solid transparent;
}
.menu-light.menu-vertical .menu-item:hover {
  color: #026db7;
}
.menu-light.menu-vertical .menu-item-active {
  z-index: 2;
  color: #026db7;
  border-right: 2px solid #026db7;
}
.menu-dark.menu-vertical .menu-item,
.menu-dark.menu-vertical .menu-item-title {
  color: #dbdbdb;
}
.menu-dark.menu-vertical .menu-item:hover,
.menu-dark.menu-vertical .menu-item-title:hover {
  color: #fff;
  background: inherit;
}
.menu-dark.menu-vertical .menu-item-active,
.menu-dark.menu-vertical .menu-item-active:hover,
.menu-dark.menu-vertical .menu-item-active a:hover {
  color: #fff;
  background: #026db7;
}
.menu-dark.menu-vertical .menu-opened {
  background: #222222;
}
.menu-dark.menu-vertical .menu-opened .menu-item-title {
  color: #fff;
  background: #333333;
}
.menu-primary.menu-vertical .menu-item,
.menu-primary.menu-vertical .menu-item-title {
  color: #eeeeee;
}
.menu-primary.menu-vertical .menu-item:hover,
.menu-primary.menu-vertical .menu-item-title:hover {
  color: #fff;
  background: #025d9b;
}
.menu-primary.menu-vertical .menu-sub-group .menu-item:hover {
  color: #025d9b;
  background: inherit;
}
.menu-primary.menu-vertical .menu-item-active,
.menu-primary.menu-vertical .menu-sub-group .menu-item-active,
.menu-primary.menu-vertical .menu-sub-group .menu-item-active:hover,
.menu-primary.menu-vertical .menu-item-active:hover {
  color: #fff;
  background: #025d9b;
}
.menu-primary.menu-vertical .menu-opened {
  background: #86cded;
}
.menu-primary.menu-vertical .menu-opened .menu-item-title {
  color: #fff;
  background: #026db7;
}
.menu-sub-ion {
  font-size: 0.9em;
  margin: 0 0.5em;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.menu-vertical .menu-sub-ion {
  float: right;
  position: relative;
  top: 4px;
  margin-right: 0;
}
.menu-opened .menu-sub-ion {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.pagination {
  margin-top: 23px;
  margin-bottom: 23px;
  display: inline-block;
  padding-left: 0;
  border-radius: 4px;
  font-size: 14px;
}

.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  line-height: 1.42857143;
  position: relative;
  float: left;
  margin-left: -1px;
  padding: 8px 15px;
  text-decoration: none;
  color: #1aa26a;
  border: 1px solid #e8e9eb;
  background-color: #fff;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #1aa26a;
  background-color: #eeeeee;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 2;
  cursor: default;
  color: #fff;
  border-color: #1aa26a;
  background-color: #1aa26a;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  cursor: not-allowed;
  color: #777;
  border-color: #ddd;
  background-color: #fff;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  font-size: 16px;
  line-height: 1.3333333;
  padding: 10px 16px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  font-size: 12px;
  line-height: 1.5;
  padding: 5px 10px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pagination > li > .unable,
.pagination > .unable:hover {
  cursor: default;
  color: #ccc;
  background: #fff;
}
.progress {
  display: block;
  position: relative;
  font-size: 12px;
}
.progress-show-info {
  padding-right: 3.5em;
}
.progress-inner {
  display: block;
  border-radius: 100px;
  background-color: #dbdbdb;
}
.progress-bg {
  overflow: hidden;
  position: relative;
  height: 10px;
  transition: all 0.2s linear;
  border-radius: 100px;
  background-color: #fff;
}
.progress-text {
  position: absolute;
  top: 50%;
  right: 0;
  line-height: 1;
  width: 3em;
  height: 1em;
  margin-top: -0.5em;
  text-align: left;
}
.progress-active .progress-bg:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  -webkit-animation: progress-active 2s ease-in-out infinite;
          animation: progress-active 2s ease-in-out infinite;
  opacity: 0;
  background: #fff;
}
.progress-primary .progress-inner,
.progress-auxiliary .progress-inner,
.progress-info .progress-inner,
.progress-success .progress-inner,
.progress-warning .progress-inner,
.progress-danger .progress-inner {
  background-color: #eeeeee;
}
.progress-primary .progress-bg {
  background-color: #026db7;
}
.progress-primary {
  color: #026db7;
}
.progress-auxiliary .progress-bg {
  background-color: #FFC408;
}
.progress-auxiliary {
  color: #FFC408;
}
.progress-info .progress-bg {
  background-color: #4fcbf0;
}
.progress-info {
  color: #4fcbf0;
}
.progress-success .progress-bg {
  background-color: #25ae88;
}
.progress-success {
  color: #25ae88;
}
.progress-warning .progress-bg {
  background-color: #F05E1C;
}
.progress-warning {
  color: #F05E1C;
}
.progress-danger .progress-bg {
  background-color: #CB4042;
}
.progress-danger {
  color: #CB4042;
}
@-webkit-keyframes progress-active {
  0% {
    width: 0;
    opacity: 0.3;
  }
  to {
    width: 100%;
    opacity: 0;
  }
}
@keyframes progress-active {
  0% {
    width: 0;
    opacity: 0.3;
  }
  to {
    width: 100%;
    opacity: 0;
  }
}
*[class*="rect-"] {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
}
*[class*="rect-"] ._full {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  *height: auto;
}
.rect-4328 {
  padding-bottom: 43.28%;
}
.rect-4854 {
  padding-bottom: 48.54%;
}
.rect-50 {
  padding-bottom: 50%;
}
.rect-5625 {
  padding-bottom: 56.25%;
}
.rect-60 {
  padding-bottom: 60%;
}
.rect-618 {
  padding-bottom: 61.8%;
}
.rect-70 {
  padding-bottom: 70%;
}
.rect-75 {
  padding-bottom: 75%;
}
.rect-80 {
  padding-bottom: 80%;
}
.rect-90 {
  padding-bottom: 90%;
}
.rect-100 {
  padding-bottom: 100%;
}
.m {
  margin: 22.4px;
}
.m-0 {
  margin: 0;
}
.m-l {
  margin-left: 22.4px;
}
.m-t {
  margin-top: 22.4px;
}
.m-r {
  margin-right: 22.4px;
}
.m-b {
  margin-bottom: 22.4px;
}
.m-lr {
  margin-left: 22.4px;
  margin-right: 22.4px;
}
.m-tb {
  margin-top: 22.4px;
  margin-bottom: 22.4px;
}
.m-sm {
  margin: 11.2px;
}
.m-l-sm {
  margin-left: 11.2px;
}
.m-t-sm {
  margin-top: 11.2px;
}
.m-r-sm {
  margin-right: 11.2px;
}
.m-b-sm {
  margin-bottom: 11.2px;
}
.m-lr-sm {
  margin-left: 11.2px;
  margin-right: 11.2px;
}
.m-tb-sm {
  margin-top: 11.2px;
  margin-bottom: 11.2px;
}
.m-lg {
  margin: 33.6px;
}
.m-l-lg {
  margin-left: 33.6px;
}
.m-t-lg {
  margin-top: 33.6px;
}
.m-r-lg {
  margin-right: 33.6px;
}
.m-b-lg {
  margin-bottom: 33.6px;
}
.m-lr-lg {
  margin-left: 33.6px;
  margin-right: 33.6px;
}
.m-tb-lg {
  margin-top: 33.6px;
  margin-bottom: 33.6px;
}
.p {
  padding: 22.4px;
}
.p-0 {
  padding: 0;
}
.p-l {
  padding-left: 22.4px;
}
.p-t {
  padding-top: 22.4px;
}
.p-r {
  padding-right: 22.4px;
}
.p-b {
  padding-bottom: 22.4px;
}
.p-lr {
  padding-left: 22.4px;
  padding-right: 22.4px;
}
.p-tb {
  padding-top: 22.4px;
  padding-bottom: 22.4px;
}
.p-sm {
  padding: 11.2px;
}
.p-l-sm {
  padding-left: 11.2px;
}
.p-t-sm {
  padding-top: 11.2px;
}
.p-r-sm {
  padding-right: 11.2px;
}
.p-b-sm {
  padding-bottom: 11.2px;
}
.p-lr-sm {
  padding-left: 11.2px;
  padding-right: 11.2px;
}
.p-tb-sm {
  padding-top: 11.2px;
  padding-bottom: 11.2px;
}
.p-lg {
  padding: 33.6px;
}
.p-l-lg {
  padding-left: 33.6px;
}
.p-t-lg {
  padding-top: 33.6px;
}
.p-r-lg {
  padding-right: 33.6px;
}
.p-b-lg {
  padding-bottom: 33.6px;
}
.p-lr-lg {
  padding-left: 33.6px;
  padding-right: 33.6px;
}
.p-tb-lg {
  padding-top: 33.6px;
  padding-bottom: 33.6px;
}
.spin-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
}
.spin-main {
  display: table-cell;
  width: inherit;
  height: inherit;
  vertical-align: middle;
}
.spin-text .ion {
  font-size: 2.5em;
}
.spin-icon-load {
  -webkit-animation: ani-spin-load 1s linear infinite;
  animation: ani-spin-load 1s linear infinite;
}
.spin-size-sm {
  font-size: 12px;
}
.spin-size-lg {
  font-size: 16px;
}
@-webkit-keyframes ani-spin-load {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ani-spin-load {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.switch {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 14px;
}
.switch .track {
  display: block;
  overflow: hidden;
  position: relative;
  width: 64px;
  height: 28px;
  content: ' ';
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transition-property: background-color border;
  border: solid 2px #d5d5d5;
  border-radius: 4px;
  background-color: #eeeeee;
}
.switch .handle {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  transition: 0.3s cubic-bezier(0, 1.1, 1, 1.1);
  transition-property: background-color, left;
  background-color: #fff;
}
.switch .handle:before,
.switch .handle:after {
  position: absolute;
  height: 28px;
  line-height: 28px;
  width: 36px;
  text-align: center;
  overflow: hidden;
}
.switch .handle:before {
  content: "ON";
  left: -36px;
  color: #fff;
}
.switch .handle:after {
  content: "OFF";
  left: 100%;
  color: #d5d5d5;
}
.switch-on .track {
  border-color: #dbdbdb;
  background-color: #dbdbdb;
}
.switch-on .handle {
  left: 36px;
}
.switch-disabled {
  cursor: not-allowed;
}
.switch-disabled .track {
  opacity: 0.6;
}
.switch-round .track {
  border-radius: 32px;
}
.switch-round .handle {
  border-radius: 32px;
  box-shadow: 0 2px 0.56em rgba(0, 0, 0, 0.35), 0 1px 1px rgba(0, 0, 0, 0.15);
}
.switch-sm {
  font-size: 12px;
}
.switch-sm .track {
  width: 50px;
  height: 21px;
}
.switch-sm .handle {
  width: 21px;
  height: 21px;
}
.switch-sm.switch-on .handle {
  left: 29px;
}
.switch-sm .handle:before,
.switch-sm .handle:after {
  width: 29px;
  height: 21px;
  line-height: 21px;
}
.switch-sm .handle:before {
  left: -29px;
}
.switch-lg {
  font-size: 16px;
}
.switch-lg .track {
  width: 80px;
  height: 36px;
}
.switch-lg .handle {
  width: 36px;
  height: 36px;
}
.switch-lg.switch-on .handle {
  left: 44px;
}
.switch-lg .handle:before,
.switch-lg .handle:after {
  width: 44px;
  height: 36px;
  line-height: 36px;
}
.switch-lg .handle:before {
  left: -44px;
}
.switch-primary.switch-on .track {
  border-color: #026db7;
  background-color: #026db7;
}
.switch-auxiliary.switch-on .track {
  border-color: #FFC408;
  background-color: #FFC408;
}
.switch-success.switch-on .track {
  border-color: #25ae88;
  background-color: #25ae88;
}
.switch-info.switch-on .track {
  border-color: #4fcbf0;
  background-color: #4fcbf0;
}
.switch-warning.switch-on .track {
  border-color: #F05E1C;
  background-color: #F05E1C;
}
.switch-danger.switch-on .track {
  border-color: #CB4042;
  background-color: #CB4042;
}
.tab {
  overflow: hidden;
  position: relative;
  font-size: 14px;
  padding-top: 30.8px;
}
.tab .tab-nav {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 30.8px;
  border-bottom: 1px solid #dbdbdb;
}
.tab .tab-title {
  float: left;
  line-height: 29.8px;
  height: 29.8px;
  margin-right: 4px;
  padding: 0 1em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid #dbdbdb;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  background: #eeeeee;
}
.tab .tab-title:hover {
  color: #026db7;
}
.tab .tab-title.tab-actived {
  height: 30.8px;
  cursor: default;
  color: #026db7;
  background: #fff;
}
.tab .tab-title.tab-disabled {
  cursor: default;
  pointer-events: none;
  color: #dbdbdb;
}
.tab .tab-extra {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
}
.tab .tab-cont-wrap {
  border: 1px solid #dbdbdb;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  background: #fff;
}
.tab .tab-cont {
  display: none;
  padding: 11.2px;
}
.tab .tab-cont:empty {
  padding: 0;
}
.tab .tab-cont.tab-actived {
  display: block;
}
.tab-title.tab-primary {
  color: #fff;
  background: #026db7;
}
.tab-title.tab-primary.tab-actived,
.tab-title.tab-primary:hover {
  color: #fff;
  background: #025d9b;
}
.tab-title.tab-auxiliary {
  color: #fff;
  background: #FFC408;
}
.tab-title.tab-auxiliary.tab-actived,
.tab-title.tab-auxiliary:hover {
  color: #fff;
  background: #b58a00;
}
.tab-title.tab-info {
  color: #fff;
  background: #4fcbf0;
}
.tab-title.tab-info.tab-actived,
.tab-title.tab-info:hover {
  color: #fff;
  background: #13addb;
}
.tab-title.tab-success {
  color: #fff;
  background: #25ae88;
}
.tab-title.tab-success.tab-actived,
.tab-title.tab-success:hover {
  color: #fff;
  background: #176b53;
}
.tab-title.tab-warning {
  color: #fff;
  background: #F05E1C;
}
.tab-title.tab-warning.tab-actived,
.tab-title.tab-warning:hover {
  color: #fff;
  background: #af3e0c;
}
.tab-title.tab-danger {
  color: #fff;
  background: #CB4042;
}
.tab-title.tab-danger.tab-actived,
.tab-title.tab-danger:hover {
  color: #fff;
  background: #922829;
}
.table {
  font-size: 14px;
  width: 100%;
  max-width: 100%;
  border: 1px solid #e8e9eb;
  border-radius: 4px;
  background: #fff;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  font-weight: normal;
  line-height: 1.42857143;
  height: 48px;
  padding: 0 18px;
  vertical-align: inherit;
  border-top: 1px solid #e8e9eb;
}
.table > thead > tr > th,
.table > thead > tr > td {
  font-weight: normal;
  line-height: 40px;
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: bottom;
  background: #eeeeee;
}
.table > tbody > tr:first-child > th,
.table > tbody > tr:first-child > td {
  border-top: 0;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #e8e9eb;
}
.table .table {
  background-color: #fff;
}
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border-right: 1px solid #e8e9eb;
}
.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #eeeeee;
}
.table-hover > tbody > tr:hover,
.table-tr-hover {
  background-color: #eeeeee;
}
table col[class*='col-'] {
  display: table-column;
  float: none;
  position: static;
}
table td[class*='col-'],
table th[class*='col-'] {
  display: table-cell;
  float: none;
  position: static;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-device-width: 640px) {
  .table-responsive {
    overflow-y: hidden;
    width: 100%;
    border: 1px solid #e8e9eb;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/* for table plugin */
.table-wrapper {
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  box-sizing: border-box;
  cursor: default;
  border: 1px solid #e8e9eb;
  border-radius: 4px;
}
.table-wrapper .table > thead > tr > th,
.table-wrapper .table > thead > tr > td,
.table-wrapper .table > tbody > tr > th,
.table-wrapper .table > tfoot > tr > th,
.table-wrapper .table > tbody > tr > td,
.table-wrapper .table > tfoot > tr > td {
  padding: 0;
}
.table-wrapper .table-cell {
  overflow: hidden;
  padding: 0 15px;
  white-space: normal;
  word-break: break-all;
}
.table-scroll-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.table-header .table,
.table-body .table {
  border: 0;
}
.table-body {
  overflow-x: hidden;
  overflow-y: auto;
}
.table-body .table .table-cell {
  line-height: 1.7;
}
.table-body .table .table-cell-dirty,
.table-body .table .table-cell-editable {
  position: relative;
}
.table-body .table .table-cell-dirty:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  border: 4px solid;
  border-color: #026db7 transparent transparent #026db7;
}
.table-highlight,
.table-hover > tbody > .table-highlight:hover {
  color: #fff;
  background: #026db7;
}
.table-sort,
.table-filter {
  display: inline-block;
  overflow: hidden;
  position: relative;
  line-height: 1.4em;
  width: 1.4em;
  height: 1.6em;
  margin: -1px 0 0 4px;
  cursor: pointer;
  vertical-align: middle;
  color: #c3cbd6;
}
.table-sort .ion {
  display: block;
  overflow: hidden;
  position: absolute;
  font-size: 1.3em;
  line-height: 0.7em;
  height: 0.7em;
  transition: color 0.2s ease-in-out;
}
.table-sort .table-sort-up {
  top: 0;
}
.table-sort .table-sort-down {
  bottom: 0;
}
.table-sort .ion.on {
  color: #026db7;
}
.table-fixed {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 2px 0 6px -2px rgba(0, 0, 0, 0.2);
}
.table-fixed .table-header,
.table-fixed .table-body {
  overflow: hidden;
}
.table-wrapper .table-cell-editer {
  position: absolute;
  z-index: 9;
  top: 0;
  line-height: 1.7;
  height: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
}
.wrap {
  width:1170px;
  margin-right: auto;
  margin-left: auto;
}
.fix {
  *zoom: 1;
  *clear: both;
}
.fix:before,
.fix:after {
  display: table;
  clear: both;
  content: '';
}
.oh {
  overflow: hidden;
  *zoom: 1;
}
.l {
  float: left;
}
.r {
  float: right;
}
.dib {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.tl {
  text-align: left;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.el {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 760px;
}
.el2 {
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}
.justify {
  overflow: hidden;
  text-align: justify !important;
}
.justify:after {
  content: ' 88888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888';
}
.hide {
  display: none;
}
.hidetext {
  font: 0/0 a;
  letter-spacing: -9px;
}
.arr {
  display: inline-block;
  overflow: hidden;
  width: 0;
  height: 0;
}
.opc0 {
  opacity: 0 ;
  filter: alpha(opacity=0);
}
.scrollbar::-webkit-scrollbar {
  position: absolute;
  width: 10px;
  margin-left: -10px;
  -webkit-appearance: none;
}
.scrollbar::-webkit-scrollbar-track {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  background-color: #eee;
}
.scrollbar::-webkit-scrollbar-thumb {
  height: 50px;
  border-width: 1px 2px;
  border-style: solid;
  border-color: transparent;
  background-color: #ccc;
  background-clip: content-box;
}
.scrollbar-dark::-webkit-scrollbar-track {
  border-right: 1px solid #2c3334;
  border-left: 1px solid #2c3334;
  background-color: #444d50;
}
.scrollbar-dark::-webkit-scrollbar-thumb {
  background-color: #212526;
}
.ztree {
  font-size: 14px;
}
.ztree li {
  list-style-type: none;
  white-space: nowrap;
  outline: none;
}
.ztree li ul {
  position: relative;
  padding: 0 0 0 20px;
}
.ztree li ul.line:before {
  position: absolute;
  top: 0;
  left: 10px;
  height: 100%;
  content: '';
  border-right: 1px dotted #dbdbdb;
}
.ztree li .center_docu:before,
.ztree li .bottom_docu:before,
.ztree li .center_docu:after,
.ztree li .bottom_docu:after {
  position: absolute;
  content: '';
  border: 0 dotted #dbdbdb;
}
.ztree li .center_docu:before {
  left: 10px;
  height: 100%;
  border-left-width: 1px;
}
.ztree li .center_docu:after {
  top: 50%;
  left: 11px;
  width: 50%;
  border-top-width: 1px;
}
.ztree li .bottom_docu:before {
  left: 10px;
  height: 50%;
  border-left-width: 1px;
}
.ztree li .bottom_docu:after {
  top: 50%;
  left: 11px;
  width: 50%;
  border-top-width: 1px;
}
.ztree li a {
  display: inline-block;
  line-height: 22px;
  height: 22px;
  margin: 0;
  padding: 0 3px;
  cursor: pointer;
  transition: none;
  vertical-align: middle;
  color: #555555;
}
.ztree li a.curSelectedNode {
  color: #000;
  border-radius: 4px;
  background-color: #c9e9f7;
}
.ztree li a.curSelectedNode_Edit {
  height: 20px;
  opacity: 0.8;
  color: #000;
  border: 1px #6cc2e8 solid;
  background-color: #9dd6f0;
}
.ztree li a.tmpTargetNode_inner {
  opacity: 0.8;
  color: #fff;
  background-color: #4fcbf0;
  filter: alpha(opacity=80);
}
.ztree li a input.rename {
  font-size: 12px;
  line-height: 22px;
  width: 80px;
  height: 22px;
  margin: 0;
  padding: 0;
  vertical-align: top;
  border: 0;
  background: none;
}
.ztree li span {
  display: inline-block;
  line-height: 22px;
  height: 22px;
  margin-right: 2px;
}
.ztree li span.button {
  position: relative;
  width: 22px;
  margin: 0;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}
.ztree li span.button.edit {
  color: #25ae88;
}
.ztree li span.button.remove {
  color: #CB4042;
}
.ztree li span.button.chk {
  position: relative;
  width: 14px;
  height: 14px;
  margin: 0 4px 0 0;
  border: 1px solid #d7dde4;
  border-radius: 2px;
  background: #fff;
}
.ztree li span.chk.radio_true_full,
.ztree li span.chk.radio_false_full,
.ztree li span.chk.radio_true_full_focus,
.ztree li span.chk.radio_false_full_focus,
.ztree li span.chk.radio_false_disable,
.ztree li span.chk.radio_true_disable,
.ztree li span.chk.radio_true_part,
.ztree li span.chk.radio_false_part,
.ztree li span.chk.radio_true_part_focus,
.ztree li span.chk.radio_false_part_focus {
  border-radius: 8px;
}
.ztree li span.button.chk:after {
  position: absolute;
  top: 1px;
  left: 4px;
  width: 4px;
  height: 8px;
  content: '';
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform: rotate(0deg) scale(0);
          transform: rotate(0deg) scale(0);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.ztree li span.button.checkbox_false_full_focus {
  border-color: #ccc;
}
.ztree li span.button.checkbox_true_full,
.ztree li span.button.checkbox_true_full_focus,
.ztree li span.button.checkbox_true_part,
.ztree li span.button.checkbox_true_part_focus,
.ztree li span.button.checkbox_true_disable {
  border-color: #39f;
  background-color: #39f;
}
.ztree li span.button.checkbox_true_full:after,
.ztree li span.button.checkbox_true_full_focus:after,
.ztree li span.button.checkbox_true_disable:after {
  -webkit-transform: rotate(45deg) scale(1);
          transform: rotate(45deg) scale(1);
}
.ztree li span.button.checkbox_true_part:after,
.ztree li span.button.checkbox_true_part_focus:after {
  top: 5px;
  left: 2px;
  width: 10px;
  height: 1px;
  -webkit-transform: rotate(0deg) scale(1);
          transform: rotate(0deg) scale(1);
  border-right: 0;
}
.ztree li span.button.radio_true_full,
.ztree li span.chk.radio_true_full_focus,
.ztree li span.chk.radio_true_part,
.ztree li span.chk.radio_true_part_focus {
  border-color: #39f;
}
.ztree li span.button.radio_true_full:after,
.ztree li span.chk.radio_true_full_focus:after,
.ztree li span.chk.radio_true_part:after,
.ztree li span.chk.radio_true_part_focus:after {
  top: 3px;
  left: 3px;
  width: 8px;
  -webkit-transform: rotate(0deg) scale(1);
          transform: rotate(0deg) scale(1);
  border: 0;
  border-radius: 4px;
  background: #39f;
}
.ztree li span.button.checkbox_true_disable,
.ztree li span.button.checkbox_false_disable,
.ztree li span.chk.radio_false_disable,
.ztree li span.chk.radio_true_disable {
  cursor: not-allowed;
}
.ztree li span.button.checkbox_false_disable {
  background-color: #f3f3f3;
}
.ztree li span.button.noline_close:before,
.ztree li span.button.noline_open:before,
.ztree li span.button.roots_open:before,
.ztree li span.button.roots_close:before,
.ztree li span.button.bottom_open:before,
.ztree li span.button.bottom_close:before,
.ztree li span.button.center_open:before,
.ztree li span.button.center_close:before {
  position: absolute;
  top: 5px;
  left: 5px;
  content: '';
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
  -webkit-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
  -webkit-transform-origin: 25% 50%;
          transform-origin: 25% 50%;
  border: 6px solid;
  border-color: transparent transparent transparent #666;
}
.ztree li span.button.noline_open:before,
.ztree li span.button.roots_open:before,
.ztree li span.button.bottom_open:before,
.ztree li span.button.center_open:before {
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
}
.ztree li span.button.ico_loading {
  margin-right: 2px;
  background: url('data:image/gif;base64,R0lGODlhEAAQAKIGAMLY8YSx5HOm4Mjc88/g9Ofw+v///wAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFCgAGACwAAAAAEAAQAAADMGi6RbUwGjKIXCAA016PgRBElAVlG/RdLOO0X9nK61W39qvqiwz5Ls/rRqrggsdkAgAh+QQFCgAGACwCAAAABwAFAAADD2hqELAmiFBIYY4MAutdCQAh+QQFCgAGACwGAAAABwAFAAADD1hU1kaDOKMYCGAGEeYFCQAh+QQFCgAGACwKAAIABQAHAAADEFhUZjSkKdZqBQG0IELDQAIAIfkEBQoABgAsCgAGAAUABwAAAxBoVlRKgyjmlAIBqCDCzUoCACH5BAUKAAYALAYACgAHAAUAAAMPaGpFtYYMAgJgLogA610JACH5BAUKAAYALAIACgAHAAUAAAMPCAHWFiI4o1ghZZJB5i0JACH5BAUKAAYALAAABgAFAAcAAAMQCAFmIaEp1motpDQySMNFAgA7') 0 center no-repeat;
}
ul.tmpTargetzTree {
  opacity: 0.8;
  background-color: #026db7;
  filter: alpha(opacity=80);
}
span.tmpzTreeMove_arrow {
  position: absolute;
  width: 18px;
  height: 18px;
  color: #4fcbf0;
}
ul.ztree.zTreeDragUL {
  overflow: hidden;
  position: absolute;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0.8;
  border: 1px #176b53 dotted;
  background-color: #dbdbdb;
  filter: alpha(opacity=80);
}
.zTreeMask {
  position: absolute;
  z-index: 10000;
  opacity: 0.0;
  background-color: #cfcfcf;
  filter: alpha(opacity=0);
}
/* mystyle */
.hBtn { display:inline-block; width:auto; height:36px; line-height:36px; border-radius:18px; background:url(../img/btn_bg.png) repeat-x; color:#026db7!important; line-height:24px; font-size:16px; padding:5px 22px 0 15px; box-sizing:border-box;}
.hBtn .ico { margin-right:3px;}
.hBtn:hover { opacity:.9;}
.overflow_visible { overflow:visible;}
.whitebg { background-color:#ffffff;}

.imgZoom img { -moz-transition:all .5s ease 0s; -ms-transition:all .5s ease 0s; -o-transition:all .5s ease 0s; -webkit-transition:all .5s ease 0s; transition:all .5s ease 0s;}
.imgZoom { overflow:hidden; }
.imgZoom:hover img{ -moz-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}

.form-control { height:40px; line-height:40px;}
.form-group .btn { height:40px; font-size:16px;}

.nodataBox { min-height:300px; font-size:16px; padding:20px 10px; box-sizing:border-box;}
.nodataBox::before { content:''; display:block; width:80px; height:80px; background:url(../img/nodata.png) no-repeat; margin-bottom:10px;}

.roundBtn { min-width:115px; height:35px; line-height:34px; border-radius:17px;}

.com_select { height:32px; line-height:32px; min-width:100px; width:auto;}
.mb10 { margin-bottom:10px;}
.mb20 { margin-bottom:20px;}
.mr20 { margin-right:20px;}
.imp { color:red;}

.box_no_shut .box-wrap-foot { display:none!important;}
body .box-wrap-out-posi { width:auto!important;}

/*pageHeader*/
.mobile_menu { display:none; width:40px; height:40px; background:url(../img/mobile_menu.png) center no-repeat; font-size:0; cursor:pointer; position:absolute; right:20px; top:50%; transform:translate(0,-50%);}
.pageHeader { background:url(../img/header_bg.jpg) right bottom no-repeat,url(../img/header_bg_x.png) right bottom repeat-x #44d79f; color:#ffffff; position:relative;}
.pageHeader .wrap { height:186px; position:relative; overflow:visible;}
.pageHeader .logo { margin:0 15px 0 0; display:flex;}
.pageHeader .logo img { max-height:120px;}
.headRight { width: 215px;}
.headSearch .form-control { height:35px; line-height:35px;}
.headSearch .form-control:focus { border-color:#fdae42;}
.headSearch .btn { width:40px; height:35px; background-color:#fdae42; padding:0; min-width:0;}
.headSearch .btn .ion { font-size:19px; font-weight:bold;}
.headRight .links { width:100%; font-size:16px; text-align:center; padding:8px 0;}
.headRight .links a { color:#ffffff;}
.headRight .links a:hover { opacity:.8;}

/*pageNav*/
.pageNav { position:relative; z-index:5; background-color:#ffffff; box-shadow:0 0 10px rgba(0, 0, 0, 0.15);}
.pageNav > ul > li { float:left; position:relative; margin-right:15px;}
.pageNav > ul > li:last-child { margin-right:0;}
.pageNav > ul > li > a { display:block; font-size:16px; height:56px; line-height:56px; padding:0 6px; position:relative; color:#333333; border-bottom:3px solid transparent;}
.pageNav > ul > li.hasMenus > a { padding-right:15px;}
.pageNav > ul > li > a::after { content:''; display:none; width:0; height:0; overflow:hidden; border-width:4px; border-style:solid dashed dashed; border-color:#b6b6b6 transparent transparent; position:absolute; right:2px; top:50%; transform:translate(0,-50%); margin-top:2px;}
.pageNav > ul > li.hasMenus > a::after { display:block;}
.pageNav > ul > li.active > a,.pageNav > ul > li:hover > a { color:#fdae42; border-bottom-color:#fdae42;}
.pageNav > ul > li.active > a::after,.pageNav > ul > li:hover > a::after { border-top-color:#fdae42;}
.pageNav > ul ul { display:none; width:180px; background-color:#fdae42; position:absolute; left:0; top:100%; border-top:5px solid #ededed;}
.pageNav > ul > li:hover ul { display:block;}
.pageNav > ul ul li {}
.pageNav > ul ul li:last-child { border-bottom-width:0;}
.pageNav > ul ul a { display:block; font-size:16px; padding:6px 18px; color:rgba(255,255,255,1);}
.pageNav > ul ul a:hover { background-color:#1aa26a;}

/*pageFooter*/
.pageFooter { background-color:#454545;}
.pageFooter,.pageFooter a { color:#e2e2e2;}
.pageFooter .footer1 { padding:30px 0 30px;}
.pageFooter .footer1 .hd { font-size:24px; color:#ffffff;}
.pageFooter .infos .content { margin-bottom:15px;}
.pageFooter .qrCodeList .qrCode { width:115px; text-align:center; margin-right:30px;}
.pageFooter .qrCodeList .qrCode .img { margin-bottom:5px;}
.pageFooter .qrCodeList .qrCode .title { line-height:1.3;}
.pageFooter .links { width:220px; margin-right:40px;}
.pageFooter .links .link { margin-bottom:10px;}
.pageFooter .links .link:last-child { margin-bottom:0;}
.pageFooter .links .f_link { height:34px; line-height:34px;}
.select-ui-options.foot_link .scrollbar li:first-child { display:none;}
.select-ui-options.foot_link li._selected { background-color:inherit;}
.select-ui-options.foot_link li._selected:hover { background-color:#026db7; color:#ffffff;}
.pageFooter .footer2 { background-color:#333333; text-align:center; padding:22px 0;}

.gotop { width:40px; height:40px; overflow:hidden; font-size:0; text-indent:-999px; background:url(../img/scroll_top.png) no-repeat #ffffff; position:fixed; right:5px; bottom:5%; z-index:20; border-radius:5px; cursor:pointer; box-shadow:0 0 5px rgba(0, 0, 0, 0.15);}
.gotop:hover { background-position:0 -40px; background-color:#1aa26a;}

a.more { padding-left:8px;}
a.more::after { content:''; display:inline-block; vertical-align:middle; width:30px; height:30px; background:url(../img/ico.png) -90px 0 no-repeat; margin-left:3px;}

.line2 { overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}

/* index page */
.index_banner { height:430px; position:relative; overflow:hidden; text-align:center;}
.index_banner img { display:inline-block; max-width:none; width:auto;}
.index_banner .slide_nav { bottom:85px;}
.index_banner .slide_nav a { box-shadow:0 0 3px rgba(0, 0, 0, 0.15);}
.index_banner .slide_nav a.on { background-color:#24b57b;}
.index_banner .arrs { width:100px; height:100%; top:0; left:0; background:linear-gradient(90deg,rgba(0, 0, 0, .3),rgba(0, 0, 0, 0));}
.index_banner .arrs::before { content:''; display:block; width:100%; height:100%; position:absolute; left:0; top:0; background:url(../img/slide_btn.png) left center no-repeat;}
.index_banner .arrs.arr_next { background:linear-gradient(270deg,rgba(0, 0, 0, .3),rgba(0, 0, 0, 0)); left:auto; right:0;}
.index_banner .arrs.arr_next::before { background-position:right center;}

.index_news { margin-top:-70px; position:relative;}
.index_news .wrap > .flex-row { margin:0 -20px;}
.index_news .box { background-color:#ffffff; box-shadow:0 0 8px rgba(0, 0, 0, 0.15); border-radius:8px; overflow:hidden; margin:0 20px 20px;}
.index_news .box .hd { background:linear-gradient(180deg,#56dba8,#30ab78); color:#ffffff; height:70px; line-height:70px; padding:0 15px;}
.index_news .hd .title { height:70px; line-height:70px; margin:0; font-size:24px;}
.index_news .hd .ico { vertical-align:-21px; margin-right:10px;}
.index_news .hd .more::after { vertical-align:-9px;}
.index_news .bd { padding:15px 15px 15px; min-height:200px;}
.index_news .list li { margin-bottom:8px;}
.index_news .list a.line2 { line-height:28px; padding-left:20px; position:relative;padding-bottom: 5px;}
.index_news .list a.line2::before { content:''; display:block; width:5px; height:5px; background:#fdae42; position:absolute; left:5px; top:11px;}

.index_quick_links { height:269px; background:url(../img/index_links_bg.jpg) center bottom no-repeat #29b079; padding:25px 0; box-sizing:border-box; margin-bottom:20px;}
.index_quick_links .hd { text-align:center; color:#ffffff; font-size:24px; height:55px; line-height:40px;}
.index_quick_links .wrap { position:relative;}
.index_quick_links .scroll_nav { position:absolute; right:0; top:20px;}
.index_quick_links .scroll_nav a { display:inline-block; width:30px; height:30px; line-height:30px; text-align:center; border-radius:50%; background-color:#ffffff; color:#24b57b; margin-right:5px; box-shadow:0 0 5px rgba(0, 0, 0, 0.15);}
.index_quick_links .scroll_nav a.on { background-color:#24b57b; color:#ffffff;}
.index_scroll_col .slide_c.active { display:flex;}
.index_scroll_col { height:150px; position:relative; overflow:hidden;}
.index_scroll_col .box { width:262.5px; height:150px; margin-right:40px; background-color:#ffffff; color:#179e66; border-radius:10px; text-align:center; padding-top:15px; box-sizing:border-box;}
.index_scroll_col .box:last-child { margin-right:0;}
.index_scroll_col .box .b_ico { margin-bottom:3px;}
.index_scroll_col .box .b_ico img.hover { display:none;}
.index_scroll_col .box .title { font-size:20px; margin-bottom:5px;}
.index_scroll_col .box .title.sm { font-size:16px;}
.index_scroll_col .box .links a { margin:0 10px;}
.index_scroll_col .box:hover { background-color:#fdae42; color:#ffffff;}
.index_scroll_col .box:hover .b_ico img { display:none;}
.index_scroll_col .box:hover .b_ico img.hover { display:inline-block;}
.index_scroll_col .box:hover a:hover { color:#ffffff;}

.index_meeting .hd { width:260px; height:385px; margin:0 15px 0 0; background:url(../img/index_meeting_bg.jpg) left bottom no-repeat #44d79f; color:#ffffff; box-sizing:border-box; padding:30px; border-radius:10px;}
.index_meeting .hd .title { font-size:24px; margin-bottom:15px;}
.index_meeting .hd .more { padding-left:0;}
.index_meeting .bd { overflow:hidden;}

.meeting_list ._hd,.meeting_list .list_row { height:54px; line-height:54px; border-radius:10px; margin-bottom:1px;}
.meeting_list ._hd { background-color:#24b57b; color:#ffffff;}
.meeting_list .col1 { width:140px; padding-left:40px;}
.meeting_list .col3 { width:120px; text-align:center;}
.meeting_list .col4 { width:140px; text-align:center;}

.meeting_list ._bd .list_row { background-color:#ffffff;}
.meeting_list ._bd .list_row .m_label { display:none;}
.meeting_list ._bd .list_row:nth-child(even) { background-color:#f6f6f6;}

.index_book { background-color:#ffffff; padding:30px 0;}
.book_tab { padding-top:56px; font-size:16px;}
.book_tab .tab-nav { border-bottom-width:2px; height:56px;}
.book_tab .tab-cont-wrap { border:0;}
.book_tab .tab-title { height:56px; line-height:56px; font-size:20px; color:#179e66; background:none; border-color:transparent;}
.book_tab .tab-title:hover { color:#179e66;}
.book_tab .tab-title.tab-actived { height:56px; background:#24b57b; color:#ffffff;}
.book_tab .tab-cont.tab-actived { padding:20px 20px 0;}

.book_box .img { margin-right:25px;width: 160px;}
.book_box .img img{ width:100%;}
.book_box .info {margin-bottom:10px; word-break:break-all; line-height: 30px;}
.book_box .list { font-size:0; margin-bottom:10px;}
.book_box .list a { display:inline-block; width:13%; margin-right:1%; font-size:16px; margin-bottom:5px; overflow: hidden;white-space:nowrap; text-overflow: ellipsis;}
.book_box .btn { height:38px; line-height:38px; border-radius:2em; background-color:#fdae42; color:#ffffff; font-size:16px; min-width:140px;}

/* index page end */

.channelPage { padding:25px 0;}
.channelPage > .wrap { display:flex; flex-direction:row-reverse; min-height:300px;}
.channel_left { width:260px; margin-right:20px;}
.channel_right { background-color:#ffffff; flex:1; -webkit-box-flex:1; -ms-flex:1; padding:0 20px 20px;}
.channel_right > .hd { border-bottom:2px solid #ededed; line-height:24px; padding:15px 0; margin-bottom:20px;}
.channel_right > .hd > .title { margin-bottom:0; font-size:18px; color:#1aa26a; line-height:24px; position:relative;padding-left: 20px;}
.channel_right > .hd > .title::before { content:''; display:block; width:4px; height:24px; overflow:hidden; position:absolute; left:0px; top:50%; margin:-12px 0 0; background-color:#1aa26a;}
.text_content { word-break:break-all; white-space:normal;line-height: 30px;font-size: 16px;}

.channel_box { background:#1aa26a;}
.channel_box > .hd { height:54px; line-height:54px; color:#ffffff; padding:0 20px; margin-bottom:1px;}
.channel_box > .hd .title { margin-bottom:0; line-height:54px; font-size:24px;}
.channel_box > .bd { padding:0 20px 20px; color:#ffffff;}

.channel_menu { margin-bottom:20px; background:none;}
.channel_menu > .hd { background:url(../img/channel_menu_bg.png) left bottom no-repeat #44d79f;}
.channel_menu > .bd { padding:0;}
.menu_list li { margin-bottom:1px;}
.menu_list a { display:block; line-height:28px; padding:12px 40px 12px 35px; position:relative; background-color:#ffffff; color:#333333;}
.menu_list a::after { content:''; display:block; width:20px; height:20px; overflow:hidden; background:url(../img/menu_ico.png) no-repeat; position:absolute; right:20px; top:13px;}
.menu_list a:hover,.menu_list .active a { background-color:#fdae42; color:#ffffff;}
.menu_list a:hover::after,.menu_list .active a::after { background-position:0 -20px;}

.quick_links .box { text-align:center; margin-bottom:15px; color:#333333;}
.quick_links .box ._hd { color:#ffffff; margin-bottom:5px;}
.quick_links .box ._bd { background:#ffffff; padding:10px 10px; border-radius:5px;}
.quick_links .box a { color:#333333;}
.quick_links .box a:hover { color:#fdae42;}
.quick_links .box.imp ._bd { background:#fdae42; color:#ffffff;}
.quick_links .box.imp a { color:#ffffff;}
.quick_links .box.imp a:hover { color:#ffffff; opacity:.8;}

.channel_list li { height:45px; line-height:45px;}
.channel_list a:hover { color:#fdae42;}
.channel_list .title { position:relative; padding-left:30px;}
.channel_list .title::before { content:''; display:block; width:5px; height:5px; background:#fdae42; overflow:hidden; position:absolute; left:14px; top:50%; margin-top:-2.5px;}
.channel_list .update { color:#999999; margin-left:10px;}

.detial_hd,.detial_bd { padding-left:5%; padding-right:5%; padding-bottom:15px;}
.detial_hd { text-align:center; padding-top:25px;}
.detial_hd > .infos { padding-bottom: 15px; border-bottom: 1px solid #efefef; margin-bottom: 15px;}

.detial_hd > .title { font-size:26px; line-height:1.3;}
.detial_hd > .infos .dib { color:#7d7d7d; margin:0 12px;}

/* responsive */
body:after { display:block; height:0; line-height:0; overflow:hidden; visibility:hidden; content:'Pc';}
@media only screen and (max-device-width: 1024px) {
  /* 中屏 */
  body:after { content:'Pad';}
  body{ user-select: none;-webkit-user-select: none;}
  html,body,.wrap { min-width:0;}
  html { overflow-x:hidden;}
  .wrap{padding-left:2%;padding-right:2%;width: auto;}
  .headRight { margin-right:70px;}
  .mobile_menu { display:block;}
  .pageNav { display:none;}
  .pageFooter .footer1 .wrap { display:block;}
  .pageFooter .infos { margin-bottom:15px;}
  .pageFooter .links { width:auto; margin-right:0; overflow:hidden;}
  .pageFooter .links .link { width:200px; float:left; margin-right:15px;}

  .index_news .wrap > .flex-row { margin:0 -10px;}
  .index_news .box { margin-left:10px; margin-right:10px;}
  .index_news .hd .title { font-size:20px;}

  .index_quick_links { height:auto;}
  .index_scroll_col { height:auto;}
  .index_scroll_col .scroll_cell { display:block;}
  .index_scroll_col .box { width:44%; margin:0 3%; float:left; margin-bottom:15px;}

  .index_meeting .hd { width:165px; padding:15px;}
  .meeting_list .col1 { padding-left:20px;}

  .book_tab .tab-title { font-size:14px;}
  .book_box .list a { width:auto; margin-right:10px;}

}
@media only screen and (max-device-width: 640px) {
  /* 小屏 */
  body { padding-bottom:0!important;}
  body:after { content:'Mobile';}
  .wrap{ padding-left:4%; padding-right:4%;}
  
  .pageHeader .wrap { display:block; height:auto;}
  .pageHeader .logo { margin-right:60px; margin-bottom:10px;}
  .pageHeader .logo img { height:75px;}
  .mobile_menu { top:15px; transform:translate(0,0);}
  .headRight { width:100%; margin-right:0;}
  .headRight .links { text-align:left;}

  .pageFooter .qrCodeList { display:block; overflow:hidden;}
  .pageFooter .qrCodeList .qrCode { float:left; margin-right:15px; margin-bottom:10px;}

  .index_banner { height:0; padding-bottom:40%; margin-bottom:20px;}
  .index_banner img { height:100%;}
  .index_banner .slide_nav { bottom:0;}
  .index_banner .arrs { display:none;}

  .index_news { margin-top:0;}
  .index_news .wrap > .flex-row { flex-wrap:wrap; margin:0;}
  .index_news .box { width:100%; margin:0 0 20px; flex:auto;}

  .index_quick_links .hd { text-align:left;}
  .index_quick_links .scroll_nav { top:5px;}
  .index_scroll_col .box { width:100%; margin-left:0; margin-right:0;}

  .index_meeting > .wrap { display:block}
  .index_meeting .hd { width:100%; height:auto; margin-right:0; background-size:cover; display:flex;}
  .index_meeting .hd .title { flex:1; margin-bottom:0;}
  .meeting_list ._hd { display:none;}
  .meeting_list ._bd .list_row { display:block; height:auto; line-height:1.5; padding:10px 0;}
  .meeting_list ._bd .list_row > div { width:auto; padding:5px 10px; text-align:left;}
  .meeting_list ._bd .list_row .m_label { display:inline;}

  .book_tab { padding-top:0;}
  .book_tab .tab-title { font-size:16px; padding:0 10px; margin-bottom:8px;}
  .book_tab .tab-cont { margin-bottom:20px;}
  .book_box { display:block;}
  .book_box .img { margin-right:0; margin-bottom:10px;}

  .ad .wrap { display:block;}
  .ad .wrap .mr20 { margin-right:0; margin-bottom:15px;}

  .channelPage > .wrap { flex-direction:column;}
  .channel_left { width:auto; margin-right:0;}
  .channel_menu { display:none;}
  .channel_right { margin-bottom:15px;}

  .channel_list li { font-size:14px;}
  .channel_list .title { padding-left:0;}
  .channel_list .title::before {display:none;}

}